DataEvent Struct Reference

Data event specific data. More...

#include <ivstevents.h>

Public Types

enum  DataTypes { kMidiSysEx = 0 }
 

Value for DataEvent::type.

More...

Data Fields

uint32 size
 size in bytes of the data block bytes
uint32 type
 type of this data block (see DataTypes)
const uint8bytes
 pointer to the data block

Detailed Description

Data event specific data.

Used in Event (union)


Member Enumeration Documentation

enum DataTypes

Value for DataEvent::type.

Enumerator:
kMidiSysEx 

for MIDI system exclusive message


Field Documentation

size in bytes of the data block bytes

type of this data block (see DataTypes)

const uint8* bytes

pointer to the data block

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.